📋 Returns full order header with all line items.
HTTP: GET /ordersmain/detail/{oid}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| oid | string | yes | Order ID. | PM4544521 |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| include_items | boolean | no | Include order line items (default: true). | true |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/ordersmain/detail/{oid}"Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.